From 8a3daf99c4553ec8969076679dd0bc35e19b5c11 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 22 Apr 2001 08:34:25 +0000 Subject: [PATCH] (sentence-end): Doc fix. --- lisp/textmodes/paragraphs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el index 305f24b6049..4ecc0c2d433 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -130,6 +130,7 @@ text indented by a margin setting." (defcustom sentence-end (purecopy "[.?!][]\"')}]*\\($\\| $\\|\t\\| \\)[ \t\n]*") "*Regexp describing the end of a sentence. +The value includes the whitespace following the sentence. All paragraph boundaries also end sentences, regardless. The default value specifies that in order to be recognized as the end -- 2.30.2